home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1330 / _setup.1 / QClip12s.exe / 0 / RCDATA / TREMOVEFORM / TREMOVEFORM.txt
Encoding:
Text File  |  1997-05-27  |  961 b   |  50 lines

  1. object RemoveForm: TRemoveForm
  2.   Left = 292
  3.   Top = 225
  4.   BorderStyle = bsDialog
  5.   Caption = 'Are you sure?'
  6.   ClientHeight = 77
  7.   ClientWidth = 232
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 230
  20.     Height = 13
  21.     Caption = 'Are you sure you want to remove the  Quick Clip:'
  22.   end
  23.   object File_lbl: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 185
  27.     Height = 13
  28.     Caption = 'NO FILE SELECETED:  HIT  CANCEL.'
  29.   end
  30.   object Yes_btn: TButton
  31.     Left = 40
  32.     Top = 48
  33.     Width = 65
  34.     Height = 25
  35.     Caption = 'Yes'
  36.     ModalResult = 2
  37.     TabOrder = 0
  38.     OnClick = Yes_btnClick
  39.   end
  40.   object No_btn: TButton
  41.     Left = 120
  42.     Top = 48
  43.     Width = 65
  44.     Height = 25
  45.     Caption = 'No'
  46.     ModalResult = 2
  47.     TabOrder = 1
  48.   end
  49. end
  50.